php full day name

30

long day in php -

$mydate = '2016-01-01';
echo date('l, F jS, Y', strtotime($mydate));
# Friday, January 1st, 2016

Comments

Submit
0 Comments